Uses of Class
com.amazonaws.services.opsworks.model.GrantAccessRequest
Packages that use GrantAccessRequest
-
Uses of GrantAccessRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type GrantAccessRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.grantAccess
(GrantAccessRequest request) AWSOpsWorks.grantAccess
(GrantAccessRequest grantAccessRequest) This action can be used only with Windows stacks. AWSOpsWorksClient.grantAccess
(GrantAccessRequest grantAccessRequest) This action can be used only with Windows stacks. AbstractAWSOpsWorksAsync.grantAccessAsync
(GrantAccessRequest request) AbstractAWSOpsWorksAsync.grantAccessAsync
(GrantAccessRequest request, AsyncHandler<GrantAccessRequest, GrantAccessResult> asyncHandler) AWSOpsWorksAsync.grantAccessAsync
(GrantAccessRequest grantAccessRequest) This action can be used only with Windows stacks. AWSOpsWorksAsync.grantAccessAsync
(GrantAccessRequest grantAccessRequest, AsyncHandler<GrantAccessRequest, GrantAccessResult> asyncHandler) This action can be used only with Windows stacks. AWSOpsWorksAsyncClient.grantAccessAsync
(GrantAccessRequest request) AWSOpsWorksAsyncClient.grantAccessAsync
(GrantAccessRequest request, AsyncHandler<GrantAccessRequest, GrantAccessResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type GrantAccessRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.grantAccessAsync
(GrantAccessRequest request, AsyncHandler<GrantAccessRequest, GrantAccessResult> asyncHandler) AWSOpsWorksAsync.grantAccessAsync
(GrantAccessRequest grantAccessRequest, AsyncHandler<GrantAccessRequest, GrantAccessResult> asyncHandler) This action can be used only with Windows stacks. AWSOpsWorksAsyncClient.grantAccessAsync
(GrantAccessRequest request, AsyncHandler<GrantAccessRequest, GrantAccessResult> asyncHandler) -
Uses of GrantAccessRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return GrantAccessRequestModifier and TypeMethodDescriptionGrantAccessRequest.clone()
GrantAccessRequest.withInstanceId
(String instanceId) The instance's AWS OpsWorks ID.GrantAccessRequest.withValidForInMinutes
(Integer validForInMinutes) The length of time (in minutes) that the grant is valid.