Uses of Class
com.amazonaws.services.codedeploy.model.ListOnPremisesInstancesRequest
Packages that use ListOnPremisesInstancesRequest
-
Uses of ListOnPremisesInstancesRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type ListOnPremisesInstancesRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.listOnPremisesInstances(ListOnPremisesInstancesRequest request) AmazonCodeDeploy.listOnPremisesInstances(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest) Gets a list of names for one or more on-premises instances.AmazonCodeDeployClient.listOnPremisesInstances(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest) Gets a list of names for one or more on-premises instances.AbstractAmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest request) AbstractAmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest request, AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> 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(ListOnPremisesInstancesRequest request) AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest request, AsyncHandler<ListOnPremisesInstancesRequest, ListOnPremisesInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type ListOnPremisesInstancesRequestModifier 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 ListOnPremisesInstancesRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return ListOnPremisesInstancesRequestModifier and TypeMethodDescriptionListOnPremisesInstancesRequest.clone()ListOnPremisesInstancesRequest.withNextToken(String nextToken) An identifier returned from the previous list on-premises instances call.ListOnPremisesInstancesRequest.withRegistrationStatus(RegistrationStatus registrationStatus) The registration status of the on-premises instances:ListOnPremisesInstancesRequest.withRegistrationStatus(String registrationStatus) The registration status of the on-premises instances:ListOnPremisesInstancesRequest.withTagFilters(TagFilter... tagFilters) The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.ListOnPremisesInstancesRequest.withTagFilters(Collection<TagFilter> tagFilters) The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.