Uses of Class
com.amazonaws.services.iot.model.CreatePolicyVersionRequest
Packages that use CreatePolicyVersionRequest
-
Uses of CreatePolicyVersionRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type CreatePolicyVersionRequestModifier and TypeMethodDescriptionAbstractAWSIot.createPolicyVersion
(CreatePolicyVersionRequest request) AWSIot.createPolicyVersion
(CreatePolicyVersionRequest createPolicyVersionRequest) Creates a new version of the specified AWS IoT policy.AWSIotClient.createPolicyVersion
(CreatePolicyVersionRequest createPolicyVersionRequest) Creates a new version of the specified AWS IoT policy.AbstractAWSIotAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest request) AbstractAWSIotAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) AWSIotAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest createPolicyVersionRequest) Creates a new version of the specified AWS IoT policy.AWSIotAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest createPolicyVersionRequest, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) Creates a new version of the specified AWS IoT policy.AWSIotAsyncClient.createPolicyVersionAsync
(CreatePolicyVersionRequest request) AWSIotAsyncClient.createPolicyVersionAsync
(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type CreatePolicyVersionRequestModifier and TypeMethodDescriptionAbstractAWSIotAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) AWSIotAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest createPolicyVersionRequest, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) Creates a new version of the specified AWS IoT policy.AWSIotAsyncClient.createPolicyVersionAsync
(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) -
Uses of CreatePolicyVersionRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreatePolicyVersionRequestModifier and TypeMethodDescriptionCreatePolicyVersionRequest.clone()
CreatePolicyVersionRequest.withPolicyDocument
(String policyDocument) The JSON document that describes the policy.CreatePolicyVersionRequest.withPolicyName
(String policyName) The policy name.CreatePolicyVersionRequest.withSetAsDefault
(Boolean setAsDefault) Specifies whether the policy version is set as the default.