| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model | |
| software.amazon.awssdk.services.neptune.paginators |
| Modifier and Type | Method and Description |
|---|---|
DBParameterGroup |
CreateDbParameterGroupResponse.dbParameterGroup()
Returns the value of the DBParameterGroup property for this object.
|
DBParameterGroup |
CopyDbParameterGroupResponse.dbParameterGroup()
Returns the value of the DBParameterGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBParameterGroup> |
DescribeDbParameterGroupsResponse.dbParameterGroups()
A list of DBParameterGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDbParameterGroupResponse.Builder |
CreateDbParameterGroupResponse.Builder.dbParameterGroup(DBParameterGroup dbParameterGroup)
Sets the value of the DBParameterGroup property for this object.
|
CopyDbParameterGroupResponse.Builder |
CopyDbParameterGroupResponse.Builder.dbParameterGroup(DBParameterGroup dbParameterGroup)
Sets the value of the DBParameterGroup property for this object.
|
DescribeDbParameterGroupsResponse.Builder |
DescribeDbParameterGroupsResponse.Builder.dbParameterGroups(DBParameterGroup... dbParameterGroups)
A list of DBParameterGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDbParameterGroupsResponse.Builder |
DescribeDbParameterGroupsResponse.Builder.dbParameterGroups(Collection<DBParameterGroup> dbParameterGroups)
A list of DBParameterGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DBParameterGroup> |
DescribeDBParameterGroupsPublisher.dbParameterGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DBParameterGroup> |
DescribeDBParameterGroupsIterable.dbParameterGroups()
Returns an iterable to iterate through the paginated
DescribeDbParameterGroupsResponse.dbParameterGroups() member. |
Copyright © 2023. All rights reserved.