Uses of Interface
software.amazon.awssdk.services.location.model.UpdateKeyResponse.Builder
-
Packages that use UpdateKeyResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of UpdateKeyResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return UpdateKeyResponse.Builder Modifier and Type Method Description static UpdateKeyResponse.BuilderUpdateKeyResponse. builder()UpdateKeyResponse.BuilderUpdateKeyResponse.Builder. keyArn(String keyArn)The Amazon Resource Name (ARN) for the API key resource.UpdateKeyResponse.BuilderUpdateKeyResponse.Builder. keyName(String keyName)The name of the API key resource.UpdateKeyResponse.BuilderUpdateKeyResponse. toBuilder()UpdateKeyResponse.BuilderUpdateKeyResponse.Builder. updateTime(Instant updateTime)The timestamp for when the API key resource was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type UpdateKeyResponse.Builder Modifier and Type Method Description static Class<? extends UpdateKeyResponse.Builder>UpdateKeyResponse. serializableBuilderClass()
-