Lines Matching defs:DescribeDBClusterEndpointsInput

2253 func (c *Neptune) DescribeDBClusterEndpointsRequest(input *DescribeDBClusterEndpointsInput) (req *r…
2294 func (c *Neptune) DescribeDBClusterEndpoints(input *DescribeDBClusterEndpointsInput) (*DescribeDBCl…
2308 …) DescribeDBClusterEndpointsWithContext(ctx aws.Context, input *DescribeDBClusterEndpointsInput, o…
2332 func (c *Neptune) DescribeDBClusterEndpointsPages(input *DescribeDBClusterEndpointsInput, fn func(*…
2343 …cribeDBClusterEndpointsPagesWithContext(ctx aws.Context, input *DescribeDBClusterEndpointsInput, f…
11995 type DescribeDBClusterEndpointsInput struct { struct
11996 _ struct{} `type:"structure"`
12000 DBClusterEndpointIdentifier *string `type:"string"`
12004 DBClusterIdentifier *string `type:"string"`
12013 Filters []*Filter `locationNameList:"Filter" type:"list"`
12018 Marker *string `type:"string"`
12027 MaxRecords *int64 `type:"integer"`
12031 func (s DescribeDBClusterEndpointsInput) String() string {
12036 func (s DescribeDBClusterEndpointsInput) GoString() string {
12041 func (s *DescribeDBClusterEndpointsInput) Validate() error {
12061 …BClusterEndpointsInput) SetDBClusterEndpointIdentifier(v string) *DescribeDBClusterEndpointsInput {
12067 …escribeDBClusterEndpointsInput) SetDBClusterIdentifier(v string) *DescribeDBClusterEndpointsInput {
12073 func (s *DescribeDBClusterEndpointsInput) SetFilters(v []*Filter) *DescribeDBClusterEndpointsInput {
12079 func (s *DescribeDBClusterEndpointsInput) SetMarker(v string) *DescribeDBClusterEndpointsInput {
12085 func (s *DescribeDBClusterEndpointsInput) SetMaxRecords(v int64) *DescribeDBClusterEndpointsInput {