Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.ListConnectionsRequest.Builder
-
Packages that use ListConnectionsRequest.Builder Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.model -
-
Uses of ListConnectionsRequest.Builder in software.amazon.awssdk.services.codestarconnections
Method parameters in software.amazon.awssdk.services.codestarconnections with type arguments of type ListConnectionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListConnectionsResponse>CodeStarConnectionsAsyncClient. listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Lists the connections associated with your account.default ListConnectionsResponseCodeStarConnectionsClient. listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Lists the connections associated with your account.default ListConnectionsPublisherCodeStarConnectionsAsyncClient. listConnectionsPaginator(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Lists the connections associated with your account.default ListConnectionsIterableCodeStarConnectionsClient. listConnectionsPaginator(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Lists the connections associated with your account. -
Uses of ListConnectionsRequest.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return ListConnectionsRequest.Builder Modifier and Type Method Description static ListConnectionsRequest.BuilderListConnectionsRequest. builder()ListConnectionsRequest.BuilderListConnectionsRequest.Builder. hostArnFilter(String hostArnFilter)Filters the list of connections to those associated with a specified host.ListConnectionsRequest.BuilderListConnectionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.ListConnectionsRequest.BuilderListConnectionsRequest.Builder. nextToken(String nextToken)The token that was returned from the previousListConnectionscall, which can be used to return the next set of connections in the list.ListConnectionsRequest.BuilderListConnectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConnectionsRequest.BuilderListConnectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConnectionsRequest.BuilderListConnectionsRequest.Builder. providerTypeFilter(String providerTypeFilter)Filters the list of connections to those associated with a specified provider, such as Bitbucket.ListConnectionsRequest.BuilderListConnectionsRequest.Builder. providerTypeFilter(ProviderType providerTypeFilter)Filters the list of connections to those associated with a specified provider, such as Bitbucket.ListConnectionsRequest.BuilderListConnectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type ListConnectionsRequest.Builder Modifier and Type Method Description static Class<? extends ListConnectionsRequest.Builder>ListConnectionsRequest. serializableBuilderClass()
-