Uses of Class
com.amazonaws.services.codedeploy.model.ListOnPremisesInstancesResult
Packages that use ListOnPremisesInstancesResult
-
Uses of ListOnPremisesInstancesResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return ListOnPremisesInstancesResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.listOnPremisesInstances()AbstractAmazonCodeDeploy.listOnPremisesInstances(ListOnPremisesInstancesRequest request) AmazonCodeDeploy.listOnPremisesInstances()Simplified method form for invoking the ListOnPremisesInstances operation.AmazonCodeDeploy.listOnPremisesInstances(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest) Gets a list of names for one or more on-premises instances.AmazonCodeDeployClient.listOnPremisesInstances()AmazonCodeDeployClient.listOnPremisesInstances(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest) Gets a list of names for one or more on-premises instances.Methods in com.amazonaws.services.codedeploy that return types with arguments of type ListOnPremisesInstancesResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.listOnPremisesInstancesAsync()Simplified method form for invoking the ListOnPremisesInstances operation.AbstractAmazonCodeDeployAsync.listOnPremisesInstancesAsync(AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the ListOnPremisesInstances operation with an AsyncHandler.AbstractAmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest request) AbstractAmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest request, AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) AmazonCodeDeployAsync.listOnPremisesInstancesAsync()Simplified method form for invoking the ListOnPremisesInstances operation.AmazonCodeDeployAsync.listOnPremisesInstancesAsync(AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the ListOnPremisesInstances operation with an AsyncHandler.AmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest) Gets a list of names for one or more on-premises instances.AmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest, AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Gets a list of names for one or more on-premises instances.AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync()Simplified method form for invoking the ListOnPremisesInstances operation.AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the ListOnPremisesInstances operation with an AsyncHandler.AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest request) AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest request, AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type ListOnPremisesInstancesResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.listOnPremisesInstancesAsync(AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the ListOnPremisesInstances operation with an AsyncHandler.AbstractAmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest request, AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) AmazonCodeDeployAsync.listOnPremisesInstancesAsync(AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the ListOnPremisesInstances operation with an AsyncHandler.AmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest, AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Gets a list of names for one or more on-premises instances.AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the ListOnPremisesInstances operation with an AsyncHandler.AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest request, AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) -
Uses of ListOnPremisesInstancesResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return ListOnPremisesInstancesResultModifier and TypeMethodDescriptionListOnPremisesInstancesResult.clone()ListOnPremisesInstancesResult.withInstanceNames(String... instanceNames) The list of matching on-premises instance names.ListOnPremisesInstancesResult.withInstanceNames(Collection<String> instanceNames) The list of matching on-premises instance names.ListOnPremisesInstancesResult.withNextToken(String nextToken) If a large amount of information is returned, an identifier is also returned.