Uses of Class
com.amazonaws.services.iot.model.CreatePolicyVersionResult
Packages that use CreatePolicyVersionResult
-
Uses of CreatePolicyVersionResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return CreatePolicyVersionResultModifier 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.Methods in com.amazonaws.services.iot that return types with arguments of type CreatePolicyVersionResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.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 CreatePolicyVersionResultModifier 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 CreatePolicyVersionResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreatePolicyVersionResultModifier and TypeMethodDescriptionCreatePolicyVersionResult.clone()CreatePolicyVersionResult.withIsDefaultVersion(Boolean isDefaultVersion) Specifies whether the policy version is the default.CreatePolicyVersionResult.withPolicyArn(String policyArn) The policy ARN.CreatePolicyVersionResult.withPolicyDocument(String policyDocument) The JSON document that describes the policy.CreatePolicyVersionResult.withPolicyVersionId(String policyVersionId) The policy version ID.