Uses of Class
com.amazonaws.services.opsworks.model.RegisterInstanceResult
Packages that use RegisterInstanceResult
-
Uses of RegisterInstanceResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return RegisterInstanceResultModifier and TypeMethodDescriptionAbstractAWSOpsWorks.registerInstance
(RegisterInstanceRequest request) AWSOpsWorks.registerInstance
(RegisterInstanceRequest registerInstanceRequest) Registers instances with a specified stack that were created outside of AWS OpsWorks.AWSOpsWorksClient.registerInstance
(RegisterInstanceRequest registerInstanceRequest) Registers instances with a specified stack that were created outside of AWS OpsWorks.Methods in com.amazonaws.services.opsworks that return types with arguments of type RegisterInstanceResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.registerInstanceAsync
(RegisterInstanceRequest request) AbstractAWSOpsWorksAsync.registerInstanceAsync
(RegisterInstanceRequest request, AsyncHandler<RegisterInstanceRequest, RegisterInstanceResult> asyncHandler) AWSOpsWorksAsync.registerInstanceAsync
(RegisterInstanceRequest registerInstanceRequest) Registers instances with a specified stack that were created outside of AWS OpsWorks.AWSOpsWorksAsync.registerInstanceAsync
(RegisterInstanceRequest registerInstanceRequest, AsyncHandler<RegisterInstanceRequest, RegisterInstanceResult> asyncHandler) Registers instances with a specified stack that were created outside of AWS OpsWorks.AWSOpsWorksAsyncClient.registerInstanceAsync
(RegisterInstanceRequest request) AWSOpsWorksAsyncClient.registerInstanceAsync
(RegisterInstanceRequest request, AsyncHandler<RegisterInstanceRequest, RegisterInstanceResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type RegisterInstanceResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.registerInstanceAsync
(RegisterInstanceRequest request, AsyncHandler<RegisterInstanceRequest, RegisterInstanceResult> asyncHandler) AWSOpsWorksAsync.registerInstanceAsync
(RegisterInstanceRequest registerInstanceRequest, AsyncHandler<RegisterInstanceRequest, RegisterInstanceResult> asyncHandler) Registers instances with a specified stack that were created outside of AWS OpsWorks.AWSOpsWorksAsyncClient.registerInstanceAsync
(RegisterInstanceRequest request, AsyncHandler<RegisterInstanceRequest, RegisterInstanceResult> asyncHandler) -
Uses of RegisterInstanceResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RegisterInstanceResultModifier and TypeMethodDescriptionRegisterInstanceResult.clone()
RegisterInstanceResult.withInstanceId
(String instanceId) The registered instance's AWS OpsWorks ID.